doc: Add missing CDATA around a XML programlisting
authorVolker Sobek <reklov@live.com>
Fri, 4 May 2012 00:08:21 +0000 (02:08 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 17 May 2012 03:57:28 +0000 (23:57 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=675423

gtk/gtkuimanager.c

index c80df7cd3ac7ec406041683b0e336aa6a8071e3a..f67fe962d9b6fa3bb992fed17e2c269832bbe204 100644 (file)
  *
  * <example>
  * <title>A UI definition</title>
- * <programlisting>
+ * <programlisting><![CDATA[
  * <ui>
  *   <menubar>
  *     <menu name="FileMenu" action="FileMenuAction">
  *     </placeholder>
  *   </toolbar>
  * </ui>
- * </programlisting>
+ * ]]></programlisting>
  * </example>
  *
  * The constructed widget hierarchy is very similar to the element tree